home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(11) then
- play frame "PRO.1"
- end if
- if rollOver(12) then
- play frame "PRO.2"
- end if
- if rollOver(13) then
- play frame "PRO.3"
- end if
- if rollOver(14) then
- play frame "PRO.4"
- end if
- if rollOver(15) then
- play frame "PRO.5"
- else
- go("PRO")
- end if
- end
-